home *** CD-ROM | disk | FTP | other *** search
- object frmProgress: TfrmProgress
- Left = 405
- Top = 382
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Progress'
- ClientHeight = 59
- ClientWidth = 210
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 3
- Top = 5
- Width = 204
- Height = 49
- end
- object Gauge1: TGauge
- Left = 7
- Top = 8
- Width = 196
- Height = 19
- Color = clBlack
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ForeColor = clRed
- BackColor = clBlue
- ParentColor = False
- ParentFont = False
- Progress = 23
- end
- object Label1: TLabel
- Left = 7
- Top = 32
- Width = 196
- Height = 13
- AutoSize = False
- end
- end
-